get /mint/organizations/{org_name}/notification-service-items

Gets notifications that have been sent for an organization.

A maximum of 1000 notifications are returned. In the response, the hasMoreItems flag indicates whether the number of notifications in the specified list amounts to more than 1000. If hasMoreItems is true, indicating that there are more notifications than could be displayed, and you would like to view the remaining notifications, you need to refine your query parameter filters to process smaller groups of notifications per request. For example, you might make multiple requests using several smaller date ranges, or return notifications with only certain status values.

See also Viewing the notifications sent.

HTTP request

https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/notification-service-items

Path Parameters

org_name (required)

string

Organization name.

Query Parameters

startdate

string

Start date in UTC. Use the following format: YYYY-MM-DD HH:mm:ss. If you do not specify a timestamp (not recommended), 00:00:00 (midnight) is used by default.

enddate

string

End date in UTC. Use the following format: YYYY-MM-DD HH:mm:ss. If you do not specify a timestamp (not recommended), 00:00:00 (midnight) is used by default.

status

string

Status of the notification. Valid values include: BLANK_MESSAGE, DUPLICATE, FAILED, NOTIFICATION_SENT, OPT_OUT, QUEUED, and TEMPLATE_NOT_FOUND.

Response Types

200: 

OK

Authentication Requirements

Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
startdate
enddate
status
Credentials
Multi-factor authentication is not supported.